home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / board / GNUChess4_0_58.lha / gnuchess-4.0 / setup < prev    next >
Text File  |  1992-08-22  |  376b  |  23 lines

  1. setenv system yes
  2. assign tch: exists >nil:
  3. if warn
  4.   if not exists t:chess
  5.     makedir t:chess
  6.   endif
  7.   assign tch: t:chess
  8. endif
  9. assign ch: exists >nil:
  10. if warn
  11.   assign ch: ""
  12.   assign gnlib: ch:misc
  13.   assign chn: ch:src/new
  14. endif
  15. assign tch: exists >nil:
  16. if not warn
  17.   assign ch: exists >nil:
  18.   if not warn
  19.     cop chn:*.[cho] tch:
  20.     cop chn:makefile tch:
  21.   endif
  22. endif
  23.